FlexGrid for WPF | ComponentOne
C1.WPF.FlexGrid.4.6.2 Assembly / C1.WPF.FlexGrid Namespace / NullableObjectConverter<T> Class / IsValid Method / IsValid(ITypeDescriptorContext,Object) Method

In This Topic
    IsValid(ITypeDescriptorContext,Object) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Overridable Function IsValid( _
       ByVal context As ITypeDescriptorContext, _
       ByVal value As Object _
    ) As Boolean
    public virtual bool IsValid( 
       ITypeDescriptorContext context,
       object value
    )

    Parameters

    context
    value
    See Also